gitlab-ci-multi-runner software package provides GitLab Runner, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install gitlab-ci-multi-runner
gitlab-ci-multi-runner is installed in your system.
Make ensure the gitlab-ci-multi-runner package were installed using the commands given below,
$ sudo dpkg-query -l | grep gitlab-ci-multi-runner *
You will get with gitlab-ci-multi-runner package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Development |
| Package | gitlab-ci-multi-runner |
| Version | 1.4.2+dfsg-1 |
| Description | GitLab Runner |
| Sub Section | devel |